home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3403 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  798 b 

  1. Path: susx.ac.uk!tepd6
  2. From: tepd6@central.susx.ac.uk (George Rattray)
  3. Newsgroups: comp.lang.c
  4. Subject: Does outpw/inpw work in windows.
  5. Date: 27 Jan 1996 15:12:29 GMT
  6. Organization: University of Sussex
  7. Message-ID: <4edfct$qae@infa.central.susx.ac.uk>
  8. NNTP-Posting-Host: solx1.central.susx.ac.uk
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hello,
  12.  
  13.     I am interfacing C code with hardware with the functions outpw, and
  14. inpw. This works fine, but them by including these functions within a
  15. compiled DLL (now in the windows environment) the hardware does'nt
  16. respond.
  17.  
  18.     I believe it could be two things:-
  19.  
  20.        a) The outpw, inpw functions do not work in Windows.
  21.        b) My base address for the hardware has changed.
  22.  
  23.     I would be most grateful, if someone can help me.
  24.  
  25. Thanks in advance, George
  26.